Conversation
Seems be related to doctrine-bundle version constraint. |
composer.json
Outdated
There was a problem hiding this comment.
| "doctrine/doctrine-bundle": "^2.0.3 || ^3.0", |
|
additional the Looks like there is already: doctrine/phpcr-odm#881 |
…nfig Convert configs from xml to php
|
yay, build is green. @alexander-schranz do you have the possibility to try this branch in a real application to check for possible BC breaks? there should be none, but we touch quite a few places and test coverage might not be perfect. |
|
@dbu did run sulu/sulu test suite against latest release, no issues currently. |
|
great. i found out that for routing-bundle, i need to finish up doctrine/phpcr-odm#881 because otherwise we can't install phpcr-odm along with orm in symfony 8... :rabbithole-emoji: |
|
Yes the PHPCRBundle also still installs a few Symfony 7.4 deps if look at the CI: https://github.com/doctrine/DoctrinePHPCRBundle/actions/runs/23446723542/job/68212407707 🕳️ 🐇 |
|
thanks for the hint. i had a typo with the symfony version env variable for flex 🤦 will look into it #413 |
Uh oh!
There was an error while loading. Please reload this page.